home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000351_news@columbia.edu_Mon Dec 5 15:28:13 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05178
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 5 Dec 1994 10:28:25 -0500
  3. Received: by apakabar.cc.columbia.edu id AA20888
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 5 Dec 1994 10:28:22 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Remote (server) file renames
  9. Date: 5 Dec 1994 15:28:13 GMT
  10. Organization: Columbia University
  11. Lines: 42
  12. Message-Id: <3bvbid$kce@apakabar.cc.columbia.edu>
  13. References: <D028qE.M3@murdoch.acc.virginia.edu> <3bnsjl$i9p@apakabar.cc.columbia.edu> <D099wG.Kru@murdoch.acc.virginia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D099wG.Kru@murdoch.acc.virginia.edu>,
  18. Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
  19. >In article <3bnsjl$i9p@apakabar.cc.columbia.edu>,
  20. >Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  21. >>DISABLE CD and DISABLE HOST to the Kermit server
  22. >>program, before putting it in server more, then the
  23. >>client can REMOTE RENAME X Y (not REMOTE KERMIT...)
  24. >>
  25. >>Please refer to Chapter 7 of "Using C-Kermit".
  26. >>It's all in there.
  27. >
  28. >There is absolutely NO reference to REMOTE RENAME
  29. >in the book I have (copyright 1993) and my version
  30. >of C-Kermit says I cannot do a REMOTE RENAME.
  31. >
  32. Oops, sorry.  I should have looked before I leapt.
  33. I really thought it was there!  Oh well, it will be
  34. in the next release.
  35.  
  36. >Will REMOTE KERMIT allow server side file renames
  37. >without allowing renames across directories...
  38. >
  39. The only Kermit server that supports REMOTE KERMIT
  40. commands is Kermit-370 on IBM mainframes.  There are
  41. no plans to add REMOTE KERMIT server-end support to
  42. C-Kermit, even though the C-Kermit client can send
  43. REMOTE KERMIT commands.  So for now the only way to
  44. get a C-Kermit server to rename a file is to send it
  45. a REMOTE HOST RENAME (or REMOTE HOST MV, or whatever,
  46. depending on the operating system) command.
  47.  
  48. >What do I ENABLE to get REMOTE KERMIT
  49. >to work?  I want to enable as little as possible.
  50. >
  51. Unfortunately, this requires that you ENABLE HOST,
  52. which is what you were trying to avoid.  Of course,
  53. there are other solutions, such as sending the file
  54. with the desired name in the first place.  But if this
  55. is to include a directory part, then you have to
  56. ENABLE CD.
  57.  
  58. - Frank